ServiceMarkAsJunk Method (ItemId, Boolean, Boolean) |
Marks as junk.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic MarkAsJunkResponse MarkAsJunk(
ItemId itemId,
bool isJunk,
bool moveItem
)
Public Function MarkAsJunk (
itemId As ItemId,
isJunk As Boolean,
moveItem As Boolean
) As MarkAsJunkResponse
Parameters
- itemId
- Type: Independentsoft.ExchangeItemId
The item identifier. - isJunk
- Type: SystemBoolean
if set to true [is junk]. - moveItem
- Type: SystemBoolean
if set to true [move item].
Return Value
Type:
MarkAsJunkResponseMarkAsJunkResponse.
See Also